home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games 15 / Best of Select, The - Games 15 (1997)(Select)(M4)[compilation].iso / dosgames / privat2 / go.bat < prev    next >
DOS Batch File  |  1997-03-25  |  505b  |  29 lines

  1. @cls
  2. @if exist c:\p2demo\p2demo.exe goto noinstall
  3. @echo  
  4. @echo  
  5. @echo This program will install on your harddisk.
  6. @echo  
  7. @echo  
  8. @echo Please install in the path given, to start the game properly
  9. @echo  
  10. @echo Press  CTRL-C  NOW  to stop this game to be installed!!
  11. @echo  
  12. @echo  
  13. @pause
  14. @install
  15. :noinstall
  16. @c:
  17. @echo  
  18. @echo  
  19. @echo Go on by pressing Escape; stop with  Alt-X .               Select CD-Rom.
  20. @echo  
  21. @echo  
  22. @pause
  23. @cd \p2demo
  24. @p2demo
  25. :end
  26. @d:
  27. @cd \
  28. @menu
  29.